These constants specify the four character codes for the two atom types in the atom container returned by calls to QTGetEffectsList .
enum {
kEffectNameAtom = FOUR_CHAR_CODE('name'),
kEffectTypeAtom = FOUR_CHAR_CODE('type')
}
| Previous | Chapter Contents | Chapter Top | Next |